command-line argument

[kəˈmænd laɪn ˈɑrɡjəmənt]
  • 释义

    [计] 命令行参数;

数据更新时间:2026-01-11 15:02:22
1、

The sample program reverses the bytes in a file given as a command-line argument.

示例程序将反转作为命令行参数给出的文件中的字节。

provided by jukuu

2、

She ruled more by entreaty and persuasion than by command or argument.

她也不是靠发号施令和争辩,而是靠央求和规劝来管理的.

词典精选例句

3、

As of this writing, I can add just the nodes of a single XML document to an index database at a time, by specifying the document's name as a command-line argument.

在写作本文的时候,我只能通过将文档名作为命令行参数指定,每次将单个XML文档的那些节点添加到索引数据库中。

互联网摘选

4、

You can pass one of these files as a command-line argument to the test driver xml2json_test.php.

可以将这些文件作为命令行参数传递给测试驱动程序xml2json test.php。

互联网摘选

5、

Invalid command line argument.

无效的命令行参数.

互联网摘选

6、

Command-line argument to specify another name.

命令行参数来指定其他名称。

provided by jukuu

7、

The program in Listing 3 shows how to do that in Python: The code takes a tar filename as a command-line argument and then prompts the user with several options.

清单3中的程序说明了如何在Python中完成这项工作:这段代码接受一个tar文件的名称作为命令行参数,然后向用户提供几种选择。

互联网摘选

8、

By default, it runs until native memory is exhausted; to make it finish, pass a run time in seconds as a command-line argument.

默认情况下,它会一直运行直到本机内存耗尽;要让它停止,将运行时间(以秒为单位)作为命令行参数传递给它。

互联网摘选

9、

Only a single file can be specified for the file name command-line argument.

只能为文件名命令行参数指定一个文件。

provided by jukuu

10、

However, you can get a feel for the quantity and quality of the data by using the-A command-line argument to SAR, which reports all the currently recorded information.

然而,通过使用SAR的-A命令行参数,您可以了解到数据的数量和质量,该选项报告了当前记录的所有信息。

互联网摘选

11、

If you supplied the argument { code: 1} to the sort function in the previous command, it would sort the results in ascending order.

如果在上一条命令中为sort函数提供参数{code:1},它将会以升序对结果排序。

互联网摘选

12、

Command line argument requires a filename and none was specified.

命令行参数需要文件名,未指定文件名.

互联网摘选

13、

In this case, you supply the name of the script file as a command-line argument to the ij tool.

在这种情况下,提供脚本文件名作为ij工具的命令行参数。

互联网摘选

14、

He who establishes his argument by noise and command shows that his reason is weak.

那些靠聒噪和强令来争论的人显示,他们的理性脆弱得不堪一击。

互联网摘选

15、

For example, if the command-line argument were+ helpverbose, str would be+ helpverbose, and len would be12.

例如,如果命令行参数为+helpverbose,则str为+helpverbose,len为12。

互联网摘选

16、

This second command-line argument tells the ebuild script which particular step of the build process to perform.

这个命令行自变量告诉ebuild脚本要执行构建过程的哪一步。

互联网摘选

17、

As discussed previously, if you don't give a command-line argument, the application will use the default feed sources input XML file ( rss_feed_sources. xml).

我们在前面讲过,如果没有提供命令行参数,那么此应用程序将会使用默认的提要源输入XML文件(rss feed sources.xml)。

互联网摘选

18、

Next let's build a slightly more complicated frame, using the-frame command-line argument.

接下来让我们用-frame命令行参数构建一个更为复杂的边框。

互联网摘选

19、

If Start Action is set to Start URL, command-line arguments are ignored.

如果“启动操作”设置为“启动URL”, 则忽略命令行参数.

互联网摘选

20、

I'd like the ebuild script to accept a second command-line argument, which will be" compile"," unpack", or "all".

我希望ebuild脚本再接受一个命令行自变量:“compile”、“unpack”或“all”。

互联网摘选

21、

Specifies command-line arguments for the program to be debugged.

指定要调试的程序的 命令行 参数.

互联网摘选

22、

To create a raised border, use the-raise command-line argument.

使用-raise命令行参数来创建凸边。

互联网摘选

23、

Another way to get information from the user is through a command-line argument.

另一种从用户那里获得信息的方式是通过命令行参数。

互联网摘选

24、

Windows Setup does not support this usage of the/ BTFolderPath command-line argument.

Windows安装程序不支持/BTFolderPath命令行参数的此种用法。

互联网摘选

25、

For collaboration, technical support, and similar uses, start your server with a command-line argument of-alwaysshared or similar, as its documentation specifies.

要进行协作、技术支持以及类似的应用,使用一个命令行参数-alwaysshared或类似方法来启动服务器,按照文档规范来执行。

互联网摘选

26、

Again, to use dialog or Zenity, replace code where you previously referenced a command-line argument with a dialog box.

再次说明,要使用dialog或Zenity,用对话框替换您之前引用过命令行参数的代码。

互联网摘选

27、

Rerun the above command with the argument set accordingly.

以相应的参数重新运行上述命令.

网络文摘精选

28、

The& title option uses the next argument to add a title to the dialog box and can be used with any dialog command.

title选项使用下一个参数来将一个标题添加到对话框,且可用于任何dialog命令。

互联网摘选

29、

The first method in this application is a readFromFile application that is declared as static here to simplify integrating it with the static main method's use of command-line argument parsing.

此应用程序中的第一个方法是一个readFromFile应用程序,它在这里被声明为静态的,以将其与静态主方法的命令行参数解析轻松集成在一起。

互联网摘选

30、

It shows how to do hand-coded command-line argument parsing.

它演示了如何进行手工编码的命令行参数解析。

互联网摘选

  • 相关词组
  • 今日热词
  • 热门搜索
  • miss[mɪs] n.(称呼不知姓名的年轻女子)小姐;(用于未婚女子姓氏或姓名前,以示礼貌)小姐,女士;少女;未击中v.错过;不在;思念;迟到;未达到;避开(不愉快的事);不懂;未击中;不做;不理解;未得到;未觉察;未见到;未听到;发觉丢失
  • wallet[ˈwɒlɪt] n.钱包,皮夹;
  • exchange[ɪksˈtʃeɪndʒ] v.交换;交流;更换;n.交换;交谈;争吵;货币兑换;互访;交易大厅;
  • alphanumeric[ˌælfənju:ˈmerɪk] adj.文字数字的,包括文字与数字的;
  • tournament[ˈtʊənəmənt , ˈtɔːnəmənt] n.锦标赛;
  • argue[ˈɑ:gju:] vt.坚决主张;提出理由证明;说服,劝告;表明,证明;vi.争论;辩论;提出理由;争吵;争辩;论证;说理;证明;表明
  • rhyme[raɪm] n.韵脚;韵文;押韵词;v.押韵;作押韵诗;
  • matlab n. 工具箱;工程计算;一种用于数学计算的程序,特别是线性代数的计算;
  • quilt[kwɪlt] n.被子,棉被;被状物;v.缝(被);用垫料填塞后缝拢;东拼西凑地做;用摘抄等方法编辑;
  • twelve[twelv] num.十二;十二个;十二点钟;十二岁;n.十二;十二个;
  • comrade[ˈkɒmreɪd] n.(尤指共患难的)朋友;战友,同志;
  • reward[rɪˈwɔːd] n.报酬;奖励,回报;赏金;v.奖励;酬谢;值得(付出);

纳米英语英语词典(dict.nm3.cn)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈